Add Aspire Skills documentation#1095
Closed
IEvangelist wants to merge 6 commits into
Closed
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
80f6656 to
0936736
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a dedicated "Aspire Skills" docs page that documents the microsoft/aspire-skills plugin pack, cross-links it from the existing AI coding agents and dashboard agents pages, registers it in the sidebar, and adds the new repo to GitHub stats and the community contributors page. The changes also drop MCP-centric prose from the two AI coding agents pages and remove the corresponding sample demos.
Changes:
- New
get-started/aspire-skills.mdxpage (skills table, CLI / skills.sh / per-agent-plugin install paths, layering withaspire agent init). - Trimmed MCP-focused content from
get-started/ai-coding-agents.mdxanddashboard/ai-coding-agents.mdx, and added cross-links to the new page. - Added
microsoft/aspire-skillstoupdate-github-stats.ts,github-stats.json, the docs sidebar, and the community contributors page.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/frontend/src/content/docs/get-started/aspire-skills.mdx | New docs page for the Aspire Skills plugin pack. |
| src/frontend/src/content/docs/get-started/ai-coding-agents.mdx | Removes MCP framing, links to new page; drops several imports including AsciinemaPlayer (still used). |
| src/frontend/src/content/docs/dashboard/ai-coding-agents.mdx | Reframes dashboard agent access around the CLI and links to Aspire Skills; removes standalone MCP section. |
| src/frontend/src/content/docs/community/contributors.mdx | Adds Aspire Skills contributors section. |
| src/frontend/scripts/update-github-stats.ts | Adds microsoft/aspire-skills to the stats repo list. |
| src/frontend/src/data/github-stats.json | Refreshes star counts and adds entry for microsoft/aspire-skills. |
| src/frontend/config/sidebar/docs.topics.ts | Adds sidebar entry for the new Aspire Skills page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+7
to
8
| import { Aside, Steps, FileTree } from '@astrojs/starlight/components'; | ||
| import LearnMore from '@components/LearnMore.astro'; |
Member
|
@IEvangelist I know that @davidfowl added some docs for skills - is this still required? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation